object RegDialog: TRegDialog Left = 239 Top = 183 Width = 296 Height = 188 Caption = 'Registration' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 108 Height = 13 Caption = 'Registration Password:' end object Label2: TLabel Left = 16 Top = 64 Width = 137 Height = 13 Caption = 'This software is registered to:' end object Button1: TButton Left = 64 Top = 120 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 152 Top = 120 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end object PassEdit: TEdit Left = 16 Top = 32 Width = 257 Height = 21 TabOrder = 0 end object UserEdit: TEdit Left = 16 Top = 80 Width = 257 Height = 21 TabOrder = 1 end end